scroll

Key Blog

  • Key Homepage>
  • Blog>
  • [ue5] optimizing unreal engine 5 performance: solutions for a faster editor and play in editor (pie)
  • [UE5] Optimizing Unreal Engine 5 Performance: Solutions for a Faster Editor and Play in Editor (PIE)

    @kiikey4(Key Zhao)

    [UE5] Optimizing Unreal Engine 5 Performance: Solutions for a Faster Editor and Play in Editor (PIE)

    Posted on Oct 27, 2024

    0

    Overview

    This article introduces solutions for when Unreal Engine 5 (UE5) or Play in Editor (PIE) runs slowly. By applying the following measures, you can improve the performance of the editor.

    References

    Environment

    • Unreal Engine 5.4
    • Windows 11 Pro

    Main Content

    How to Display FPS in the UE Editor

    1. Open Editor Preferences
    2. Go to "General" -> "Performance"
    3. In "Editor Performance," check "Show Frame Rate and Memory."

    ShowUEFPSSetting_en_gw4gmh

    This will allow the FPS to be displayed within the editor, as shown below.

    UEFPS_lvrbak

    Next, let’s go over the following optimization methods.

    Lower the Engine’s Scalability Settings

    Reducing the quality within the engine can speed up UE. The settings are shown in the image below.

    EngineScalabilitySettings_en_lbwcow

    Uncheck "Use less CPU When in Background"

    Navigate to "Editor Preferences" -> "General" -> "Performance" -> "Editor Performance" -> Uncheck "Use less CPU When in Background."

    UncheckBackgroundCPUUsage_en_im8pjj

    Disable Lumen Settings

    Go to "Project Settings" -> search for "lumen" -> Set the two settings shown in the image below to "None."

    LumenSetting_en_vvlymf

    Specify Virtual Memory Size

    Increasing the virtual memory size on the drive where your project is saved can enhance UE's performance. For large open-world projects, a setting of over 100GB is recommended.

    Configuration Steps:

    • Windows Settings
    • System
    • About
    • System Properties
    • Performance
    • Settings
    • Advanced
    • Virtual Memory
    • Change
    • Uncheck "Automatically manage paging file size for all drives"
    • Select the drive where your project is saved
    • Specify a custom size (e.g. 128GB)
    • Click "Set"
    • OK

    VirtualMemorySetting_en_shok35

    Summary

    Implementing these measures will improve the performance of Unreal Engine 5, providing a more comfortable development environment.

    0

    Comments

    No comments

    Let's comment your feeling